home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / killdebug / RCS / killdebug.man,v < prev   
Encoding:
Text File  |  1992-04-23  |  1.2 KB  |  55 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    shirriff:1.1; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     89.08.16.17.44.26;  author shirriff;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @Initial man page.
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @' Copyright 1989 Regents of the University of California
  27. ' Permission to use, copy, modify, and distribute this
  28. ' documentation for any purpose and without fee is hereby
  29. ' granted, provided that this notice appears in all copies.
  30. ' The University of California makes no representations about
  31. ' the suitability of this material for any purpose.  It is
  32. ' provided "as is" without express or implied warranty.
  33. ' $Header: /a/newcmds/killdebug/RCS/killdebug.man,v 1.1 89/08/16 17:39:01 shirriff Exp $ SPRITE (Berkeley)
  34. .so \*(]ltmac.sprite
  35. .HS KILLDEBUG cmds
  36. .BS
  37. .SH NAME
  38. killdebug \- Kills any processes in the debugger.
  39. .SH SYNOPSIS
  40. .nf
  41. \fBkilldebug\fR
  42. .BE
  43. .SH DESCRIPTION
  44. .PP
  45. \fBkilldebug\fR kills any processes belonging to the user that are in
  46. the debugger.  It performs a \fBkill -KILL\fR on the list of processes
  47. returned by \fBps -d\fR.  A list of processes killed is printed.
  48. .SH KEYWORDS
  49. kill, debug
  50. .SH "SEE ALSO"
  51. kill, ps
  52. @
  53.